home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbrc10 / form1.frm < prev    next >
Text File  |  1995-05-08  |  1KB  |  41 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   2130
  5.    ClientLeft      =   2190
  6.    ClientTop       =   1785
  7.    ClientWidth     =   4395
  8.    Height          =   2535
  9.    Left            =   2130
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   2130
  13.    ScaleWidth      =   4395
  14.    Top             =   1440
  15.    Width           =   4515
  16.    Begin CommandButton Command2 
  17.       Caption         =   "OK"
  18.       Height          =   375
  19.       Left            =   2400
  20.       TabIndex        =   2
  21.       Top             =   1320
  22.       Width           =   1335
  23.    End
  24.    Begin CommandButton Command1 
  25.       Caption         =   "Cancel"
  26.       Height          =   375
  27.       Left            =   600
  28.       TabIndex        =   1
  29.       Top             =   1320
  30.       Width           =   1335
  31.    End
  32.    Begin Label Label1 
  33.       Caption         =   "Test FORM for use with VBRC"
  34.       Height          =   255
  35.       Left            =   840
  36.       TabIndex        =   0
  37.       Top             =   480
  38.       Width           =   2775
  39.    End
  40. End
  41.